Usb Repository_ Factory
Functions
Link copied to clipboard
open fun create(applicationProvider: Provider<Application>, dispatchersProvider: Provider<CoroutineDispatchers>, processLifecycleProvider: Provider<Lifecycle>, usbBroadcastReceiverLazyProvider: Provider<UsbBroadcastReceiver>, usbManagerLazyProvider: Provider<UsbManager>, usbSerialProberLazyProvider: Provider<UsbSerialProber>): UsbRepository_Factory
Link copied to clipboard
open fun newInstance(application: Application, dispatchers: CoroutineDispatchers, processLifecycle: Lifecycle, usbBroadcastReceiverLazy: Lazy<UsbBroadcastReceiver>, usbManagerLazy: Lazy<UsbManager>, usbSerialProberLazy: Lazy<UsbSerialProber>): UsbRepository